3.7.29 \(\int x (a+b x^2+c x^4)^2 \, dx\)

Optimal. Leaf size=54 \[ \frac {a^2 x^2}{2}+\frac {1}{6} x^6 \left (2 a c+b^2\right )+\frac {1}{2} a b x^4+\frac {1}{4} b c x^8+\frac {c^2 x^{10}}{10} \]

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 54, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {1107, 611} \begin {gather*} \frac {a^2 x^2}{2}+\frac {1}{6} x^6 \left (2 a c+b^2\right )+\frac {1}{2} a b x^4+\frac {1}{4} b c x^8+\frac {c^2 x^{10}}{10} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x*(a + b*x^2 + c*x^4)^2,x]

[Out]

(a^2*x^2)/2 + (a*b*x^4)/2 + ((b^2 + 2*a*c)*x^6)/6 + (b*c*x^8)/4 + (c^2*x^10)/10

Rule 611

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Int[ExpandIntegrand[(a + b*x + c*x^2)^p, x], x] /;
FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0] && IGtQ[p, 0] && (EqQ[a, 0] ||  !PerfectSquareQ[b^2 - 4*a*c])

Rule 1107

Int[(x_)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Dist[1/2, Subst[Int[(a + b*x + c*x^2)^p, x],
 x, x^2], x] /; FreeQ[{a, b, c, p}, x]

Rubi steps

\begin {align*} \int x \left (a+b x^2+c x^4\right )^2 \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \left (a+b x+c x^2\right )^2 \, dx,x,x^2\right )\\ &=\frac {1}{2} \operatorname {Subst}\left (\int \left (a^2+2 a b x+b^2 \left (1+\frac {2 a c}{b^2}\right ) x^2+2 b c x^3+c^2 x^4\right ) \, dx,x,x^2\right )\\ &=\frac {a^2 x^2}{2}+\frac {1}{2} a b x^4+\frac {1}{6} \left (b^2+2 a c\right ) x^6+\frac {1}{4} b c x^8+\frac {c^2 x^{10}}{10}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 48, normalized size = 0.89 \begin {gather*} \frac {1}{60} x^2 \left (30 a^2+10 x^4 \left (2 a c+b^2\right )+30 a b x^2+15 b c x^6+6 c^2 x^8\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x*(a + b*x^2 + c*x^4)^2,x]

[Out]

(x^2*(30*a^2 + 30*a*b*x^2 + 10*(b^2 + 2*a*c)*x^4 + 15*b*c*x^6 + 6*c^2*x^8))/60

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x \left (a+b x^2+c x^4\right )^2 \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x*(a + b*x^2 + c*x^4)^2,x]

[Out]

IntegrateAlgebraic[x*(a + b*x^2 + c*x^4)^2, x]

________________________________________________________________________________________

fricas [A]  time = 2.30, size = 46, normalized size = 0.85 \begin {gather*} \frac {1}{10} x^{10} c^{2} + \frac {1}{4} x^{8} c b + \frac {1}{6} x^{6} b^{2} + \frac {1}{3} x^{6} c a + \frac {1}{2} x^{4} b a + \frac {1}{2} x^{2} a^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(c*x^4+b*x^2+a)^2,x, algorithm="fricas")

[Out]

1/10*x^10*c^2 + 1/4*x^8*c*b + 1/6*x^6*b^2 + 1/3*x^6*c*a + 1/2*x^4*b*a + 1/2*x^2*a^2

________________________________________________________________________________________

giac [A]  time = 0.16, size = 46, normalized size = 0.85 \begin {gather*} \frac {1}{10} \, c^{2} x^{10} + \frac {1}{4} \, b c x^{8} + \frac {1}{6} \, b^{2} x^{6} + \frac {1}{3} \, a c x^{6} + \frac {1}{2} \, a b x^{4} + \frac {1}{2} \, a^{2} x^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(c*x^4+b*x^2+a)^2,x, algorithm="giac")

[Out]

1/10*c^2*x^10 + 1/4*b*c*x^8 + 1/6*b^2*x^6 + 1/3*a*c*x^6 + 1/2*a*b*x^4 + 1/2*a^2*x^2

________________________________________________________________________________________

maple [A]  time = 0.00, size = 45, normalized size = 0.83 \begin {gather*} \frac {c^{2} x^{10}}{10}+\frac {b c \,x^{8}}{4}+\frac {a b \,x^{4}}{2}+\frac {\left (2 a c +b^{2}\right ) x^{6}}{6}+\frac {a^{2} x^{2}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(c*x^4+b*x^2+a)^2,x)

[Out]

1/2*a^2*x^2+1/2*a*b*x^4+1/6*(2*a*c+b^2)*x^6+1/4*b*c*x^8+1/10*c^2*x^10

________________________________________________________________________________________

maxima [A]  time = 1.38, size = 44, normalized size = 0.81 \begin {gather*} \frac {1}{10} \, c^{2} x^{10} + \frac {1}{4} \, b c x^{8} + \frac {1}{6} \, {\left (b^{2} + 2 \, a c\right )} x^{6} + \frac {1}{2} \, a b x^{4} + \frac {1}{2} \, a^{2} x^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(c*x^4+b*x^2+a)^2,x, algorithm="maxima")

[Out]

1/10*c^2*x^10 + 1/4*b*c*x^8 + 1/6*(b^2 + 2*a*c)*x^6 + 1/2*a*b*x^4 + 1/2*a^2*x^2

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 45, normalized size = 0.83 \begin {gather*} x^6\,\left (\frac {b^2}{6}+\frac {a\,c}{3}\right )+\frac {a^2\,x^2}{2}+\frac {c^2\,x^{10}}{10}+\frac {a\,b\,x^4}{2}+\frac {b\,c\,x^8}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(a + b*x^2 + c*x^4)^2,x)

[Out]

x^6*((a*c)/3 + b^2/6) + (a^2*x^2)/2 + (c^2*x^10)/10 + (a*b*x^4)/2 + (b*c*x^8)/4

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 46, normalized size = 0.85 \begin {gather*} \frac {a^{2} x^{2}}{2} + \frac {a b x^{4}}{2} + \frac {b c x^{8}}{4} + \frac {c^{2} x^{10}}{10} + x^{6} \left (\frac {a c}{3} + \frac {b^{2}}{6}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(c*x**4+b*x**2+a)**2,x)

[Out]

a**2*x**2/2 + a*b*x**4/2 + b*c*x**8/4 + c**2*x**10/10 + x**6*(a*c/3 + b**2/6)

________________________________________________________________________________________